home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #2 / CKSPCV32.BIN / movies / clubroom.dir / 00197_Script_init apple roll < prev   
Text File  |  1995-04-03  |  194b  |  12 lines

  1. on enterframe
  2.   global appleCount
  3.   global appleEnd
  4.   
  5.   
  6.   set appleCount = the number of cast "APPLE1.PIC"
  7.   set appleEnd = 3 +appleCount 
  8.   preload cast appleCount, appleEnd
  9.  
  10. end
  11.  
  12.